feat(components): micrometer observability baggages#23534
Conversation
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
|
🧪 CI tested the following changed modules:
All tested modules (12 modules)
|
gnodet
left a comment
There was a problem hiding this comment.
Nice addition of baggage support to the Micrometer observation interceptor. The MICROMETER_BAGGAGE_ header prefix convention is clean, and the ScopedBaggages AutoCloseable helper ensures proper lifecycle management of baggage scopes. Removing the old BAGGAGE_CAMEL_FLAG in favor of the new approach simplifies the design.
Test coverage in BaggageSettingTest.java validates the flow.
LGTM.
Fully automatic review from Claude Code
Closes CAMEL-23415
We uniform the logic after the change developed for the other telemetry components
Closes CAMEL-23415
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.